home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
50 Windows Games 3
/
50 Windows Games 3.iso
/
win50_3
/
life
/
life.h
< prev
next >
Wrap
Text File
|
1991-05-18
|
571b
|
21 lines
/****************************************************************************
* File: Life.h
*
* Description: include file for the LIFE simulation
*****************************************************************************/
#define MENU_RUN 700
#define MENU_STEP 701
#define MENU_CLEAR 800
#define MENU_GRID 801
#define MENU_TIMER 802
#define MENU_SMALL 803
#define MENU_NORM 804
#define MENU_LARGE 805
#define MENU_ABOUT 900
#define ABOUT_TIMESTAMP 100
#define TIMER_EDIT 101